﻿2026-06-05T18:50:53.2567931Z ##[group]Run actions/checkout@v5
2026-06-05T18:50:53.2568940Z with:
2026-06-05T18:50:53.2569524Z   repository: SaberMage/spt-core
2026-06-05T18:50:53.2575027Z   token: ***
2026-06-05T18:50:53.2575587Z   ssh-strict: true
2026-06-05T18:50:53.2576143Z   ssh-user: git
2026-06-05T18:50:53.2576706Z   persist-credentials: true
2026-06-05T18:50:53.2577342Z   clean: true
2026-06-05T18:50:53.2577892Z   sparse-checkout-cone-mode: true
2026-06-05T18:50:53.2578563Z   fetch-depth: 1
2026-06-05T18:50:53.2579115Z   fetch-tags: false
2026-06-05T18:50:53.2579676Z   show-progress: true
2026-06-05T18:50:53.2580252Z   lfs: false
2026-06-05T18:50:53.2580781Z   submodules: false
2026-06-05T18:50:53.2581360Z   set-safe-directory: true
2026-06-05T18:50:53.2582143Z ##[endgroup]
2026-06-05T18:50:53.9742479Z Syncing repository: SaberMage/spt-core
2026-06-05T18:50:53.9744126Z ##[group]Getting Git version info
2026-06-05T18:50:53.9745014Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-05T18:50:53.9982908Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-05T18:50:54.0187904Z git version 2.43.0.windows.1
2026-06-05T18:50:54.0218227Z ##[endgroup]
2026-06-05T18:50:54.0226240Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\850fe90e-13ab-43b4-8624-e10f36fb28d5\.gitconfig'
2026-06-05T18:50:54.0239966Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\850fe90e-13ab-43b4-8624-e10f36fb28d5' before making global git config changes
2026-06-05T18:50:54.0241695Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T18:50:54.0246757Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-05T18:50:54.0481480Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-05T18:50:54.0672193Z https://github.com/SaberMage/spt-core
2026-06-05T18:50:54.0702086Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T18:50:54.0706248Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T18:50:54.0908112Z refs/heads/dev-freeform
2026-06-05T18:50:54.0936312Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-05T18:50:54.1249998Z HEAD is now at dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:50:54.1738490Z ##[endgroup]
2026-06-05T18:50:54.1741393Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-05T18:50:54.5901386Z ##[group]Cleaning the repository
2026-06-05T18:50:54.5902132Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-05T18:50:57.6118352Z Removing .adapter-notify/
2026-06-05T18:50:57.6118759Z Removing target/
2026-06-05T18:50:57.6156555Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-05T18:50:57.6525640Z HEAD is now at dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:50:57.6552635Z ##[endgroup]
2026-06-05T18:50:57.6556889Z ##[group]Disabling automatic garbage collection
2026-06-05T18:50:57.6562288Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-05T18:50:57.6807082Z ##[endgroup]
2026-06-05T18:50:57.6813572Z ##[group]Setting up auth
2026-06-05T18:50:57.6814000Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-05T18:50:57.7027619Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-05T18:50:58.0610815Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T18:50:58.0843763Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-05T18:50:58.4555087Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T18:50:58.4774410Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-05T18:50:58.8419335Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-05T18:50:58.8729069Z ##[endgroup]
2026-06-05T18:50:58.8729578Z ##[group]Fetching the repository
2026-06-05T18:50:58.8736066Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f8e0f8a544c24daefca391ba1ecf75dbf14c69d8:refs/remotes/origin/dev-freeform
2026-06-05T18:51:00.5986989Z From https://github.com/SaberMage/spt-core
2026-06-05T18:51:00.5987529Z  + dbb5188...f8e0f8a f8e0f8a544c24daefca391ba1ecf75dbf14c69d8 -> origin/dev-freeform  (forced update)
2026-06-05T18:51:00.6114706Z ##[endgroup]
2026-06-05T18:51:00.6115162Z ##[group]Determining the checkout info
2026-06-05T18:51:00.6116070Z ##[endgroup]
2026-06-05T18:51:00.6121424Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-05T18:51:00.6402567Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-05T18:51:00.6639151Z ##[group]Checking out the ref
2026-06-05T18:51:00.6644543Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T18:51:00.7106358Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-05T18:51:00.7106760Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-05T18:51:00.7107378Z Previous HEAD position was dbb5188 docs(plan): M6 stage-setting — JIT plan, ROADMAP entry, REQ registry rows
2026-06-05T18:51:00.7107770Z Switched to and reset branch 'dev-freeform'
2026-06-05T18:51:00.7136535Z ##[endgroup]
2026-06-05T18:51:00.7385605Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-05T18:51:00.7588871Z f8e0f8a544c24daefca391ba1ecf75dbf14c69d8
